home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : TBD_PACKAGE
- -- VERSION : 1.1
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Bryce Bardin
- -- : Ada Projects Section
- -- : Software Engineering Division
- -- : Ground Systems Group
- -- : Hughes Aircraft Company
- -- : Fullerton, CA
- -- COPYRIGHT : (c) 1985
- -- DATE CREATED :
- -- DATE RELEASED : 3 Dec 85
- -- DATE LAST UPDATED : 3 Dec 85
- -- LOCATION : C2MUG
- -- LOCATION : ASR
- -- ENVIRONMENT : Vax 11/785 VMS 4.1 Dec-Ada
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : COMPONENTS
- -- CATEGORY LEVEL 2 : TBD
- -- CATEGORY LEVEL 3 :
- -- CATEGORY LEVEL 4 :
- -- KEYWORD : TBD_Package
- -- KEYWORD : -*
- -- INDEX : To-Be-Determined
- -- INDEX : TBD
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO :
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.COMPONENTS>TBD.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.COMPONENTS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- TBD.ADA 13212 324
- -- TBD.PRO 5322 86
- -- =============== ========== ==========
- -- 2 Files 18534 410
- --= ABSTRACT ===============================================--
- -- TBD stands for "To Be Determined". This package is intended
- -- to be used during design to aid in producing partial designs that are
- -- expressed in valid Ada. It also may be used advantageously in
- -- development while the implementation is incomplete or in rapid
- -- prototyping.
- --
- -- In particular, it supplies type definitions, range limits, and
- -- default values which may be used to assist in describing unknown or
- -- partially defined types, objects, and values. In addition, it
- -- supplies a place-holding procedure call.
- --
- -- If this TBD_PACKAGE is used, simple searches for the string
- -- "TBD" may be used to find many places where the design is incomplete.
- --
- -- N.B.: The types defined here should be used to derive
- -- those used in the design, rather than being used
- -- directly (see the usage given below for examles of
- -- the style).
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this
- -- software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-